Skip to content

fix(domain): Added marshalling for set,add,delete,clear records #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bneumann
Copy link

The RecordChange subtypes have not been marshalled correctly to the expected format and could not be dumped as json. This fix ensures that the subtypes are now correctly converted

The RecordChange subtypes have not been marshalled correctly to the expected format and could not be dumped as json. This fix ensures that the subtypes are now correctly converted
@bneumann bneumann requested review from a team and remyleone as code owners March 22, 2025 10:10
@github-actions github-actions bot added the domain Domains issues, bugs and feature requests label Mar 22, 2025
@Laure-di
Copy link
Contributor

Laure-di commented Mar 28, 2025

Hello @bneumann,

# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.

We will look into your issue as soon as possible and get back to you.

Thank you!

@bneumann
Copy link
Author

Huh, must have overlooked that. 😄 But you get what I did I guess. The marshalling was not complete so I fixed it quick and dirty in my project and did a proper fix on your code base. If you care to share how to fix the source of the auto generation I might as well look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain Domains issues, bugs and feature requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants